home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
ICON_8
/
H_FOLDER
/
DEFINE.H
< prev
next >
Wrap
Text File
|
1990-03-11
|
490b
|
24 lines
/*
* Standard Icon definitions for Macintosh Programmer's Workshop
* (MPW) Icon.
*/
#define Big 18446744073709551616.
#define HostStr "Macintosh MPW"
#define LogHuge 4933
#define MaxHdr 512
#define Precision 20
#define SysTime "time.h"
#define double extended
#define index strchr
#define rindex strrchr
#define VoidType
#define Standard
#define MACINTOSH 1
#define MPW 1
#define LSC 0
#define memcopy(to,from,len) memcpy(to,from,len)
#define memfill(to,char,len) memset(to,char,len)